From bc8392930fb6a015784a7af9857a53cd4f4e4bef Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Bonzon?= <1116761+fbonzon@users.noreply.github.com> Date: Thu, 26 Oct 2017 03:48:09 +0200 Subject: [PATCH] Fix comments --- garmin_txt.cc | 2 +- xmldoc/formats/xol.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/garmin_txt.cc b/garmin_txt.cc index 015c7c2c5..5a6f0128b 100644 --- a/garmin_txt.cc +++ b/garmin_txt.cc @@ -790,7 +790,7 @@ garmin_txt_wr_init(const QString& fname) case grid_bng: /* force datum to "Ord Srvy Grt Britn" */ datum_index = DATUM_OSGB36; break; - case grid_swiss: /* force datum to "Ord Srvy Grt Britn" */ + case grid_swiss: /* force datum to WGS84 */ datum_index = DATUM_WGS84; break; default: diff --git a/xmldoc/formats/xol.xml b/xmldoc/formats/xol.xml index 9910e16bb..1a37ca133 100644 --- a/xmldoc/formats/xol.xml +++ b/xmldoc/formats/xol.xml @@ -1,7 +1,7 @@ - This module reads and writes xml based (.xol) files used by - Swiss Map software. + This module reads and writes XML based (.xol) files used by + Swiss Map software. - These files uses the "Swiss national grid" (CS-1903) to store coordinates. + These files use the "Swiss National Grid" (CH-1903) to store coordinates. -- 2.30.2